perl-html-parser: add perl/host to HOST_BUILD_DEPENDS
authorJosef Schlehofer <[email protected]>
Sat, 19 Jul 2025 12:38:41 +0000 (14:38 +0200)
committerJosef Schlehofer <[email protected]>
Sat, 19 Jul 2025 13:10:07 +0000 (15:10 +0200)
Added `perl/host` to the `HOST_BUILD_DEPENDS` variable to ensure Perl is available during the host build process.
This is required for scripts or tools that rely on Perl on the host system.

Fixes: ebfb47aa7448d46f950164e9d5835da5151182b1 ("perl-html-parser: restructure and update to 3.83")
Signed-off-by: Josef Schlehofer <[email protected]>
lang/perl/perl-html-parser/Makefile

index 17df086f2085607712ed9847073fa9cc2ecfbc86..8de55276a2cd4212a9a63608007b808e8d6678da 100644 (file)
@@ -12,6 +12,8 @@ PKG_MAINTAINER:=Jens Wagner <[email protected]>
 PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
 PKG_LICENSE_FILES:=LICENSE
 
+HOST_BUILD_DEPENDS:=perl/host
+
 include ../metacpan.mk
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/host-build.mk